home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-22 | 1.8 KB | 49 lines | [TEXT/MPS ] |
- Everything for building in Metrowerks, MPW or THINK is included.
-
- MPW users:
-
- You will first need to build the DTS.framework libraries. The libraries are named:
- DTS.Lib_controls
- DTS.Lib_ctlhandler
- DTS.Lib_framework
- DTS.Lib_strings
- DTS.Lib_treeobj
- DTS.Lib_utils
-
- First build these libraries. The sample applications all need these libraries.
-
- The script DTS.Lib_all.make has been added to make this multi-build process easier.
- To start the build, copy the below onto your Worksheet and press Enter:
- DTS.Lib_all.make
-
- If you are interested in building the both 68k and PPC libraries, use the script
- called DTS.Lib_all..fat.make. Be prepared for a heck of a wait, however.
-
- If you need to build your application modelFar, do a command-B build and enter
- DTS.Lib_modelFar. Again, you are in for a wait. You can then change your application's
- make so that it builds modelFar, including linking to the DTS.Lib_modelFar library.
-
-
- Once the libraries are built, and it will take some time, you can then build the
- sample applications.
-
- NOTES: The sample application build scripts make the assumption that the sample is
- at the same directory level as DTS.Lib.
-
- The DTS.Lib framework has QuickTime support. Due to this, you will need the
- QuickTime headers to be able to compile it.
-
- If your version of MPW is missing any header files, you probably will find a copy of
- it in the folder "Extra Headers". I stuck these headers there just in case you are a
- header or two short of being able to build. (It's really annoying when that happens.)
-
-
- That's all there is to it. Have fun.
-
- If you have any comments or questions, please let me know. I want to continue
- to make this stuff easier to use, while being more useful, so let me know what
- you think, or it won't happen.
-
-
- Eric Soldan, Apple DTS
-